Learn R Programming

epiDisplay (version 3.5.0.2)

Tooth decay: Dataset on tooth decay and mutan streptococci

Description

Relationship between bacteria and presence of any decayed tooth.

Usage

data(Decay)

Arguments

Format

A data frame with 436 observations on the following 2 variables.

decay

a numeric vector indicating presence of tooth decay

strep

a numeric vector indicating number of colony-forming-units (CFUs) of Streptococcus mutan in the saliva

Examples

Run this code
# NOT RUN {
data(Decay)
des(Decay)
# }

Run the code above in your browser using DataLab